setAdminKey

open fun setAdminKey(index: Int, value: ByteString): ConfigProtos.Config.SecurityConfig.Builder

The public key authorized to send admin messages to this node.
repeated bytes admin_key = 3;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The adminKey to set.